﻿/*------------------------------------------------- 图片切换-------------------------------------------------*/
/* 默认 */
.tab_list{ width:450px; border:1px solid #ddd; text-align:left;  }
.tab_list .hd{ height:30px; line-height:30px; background:#f4f4f4; padding:0 10px 0 20px;   border-bottom:1px solid #ddd;  position:relative; }
.tab_list .hd ul{ float:left;  position:absolute; left:20px; top:-1px; height:32px;   }
.tab_list .hd ul li{ float:left; padding:0 15px; cursor:pointer;  }
.tab_list .hd ul li.on{ height:30px;  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff; }
.tab_list .bd ul{ padding:15px;  zoom:1;  }
.tab_list .bd li{ height:24px; line-height:24px;   }
.tab_list .bd li .date{ float:right; color:#999;  }
/*按钮*/
.tab_list .arrow{  position:absolute; right:10px; top:0; }
.tab_list .arrow a{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
		cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat; }
.tab_list .arrow .next{ background-position:0 -50px;  }
.tab_list .arrow .prevStop{ background-position:-60px 0; }
.tab_list .arrow .nextStop{ background-position:-60px -50px; }

/* 红色 （土地开发）*/
.tab_list1{ width:100%;text-align:left;  }
.tab_list1 .hd{ height:28px; line-height:28px;background:url(../images/line.jpg) repeat-x; background-position:bottom; position:relative; }
.tab_list1 .hd ul{ float:left;  position:absolute; left:0px; top:0px; height:28px;}
.tab_list1 .hd ul li{ float:left; padding:0 15px; cursor:pointer; color:#333; font-size:14px;background:#f2f2f2;}
.tab_list1 .hd ul li.on{ height:28px; background:#ff3636;color:#fff;}
.tab_list1 .bd ul{zoom:1; padding-top:5px;}
.tab_list1 .bd li{ height:29px; line-height:29px;border-bottom:1px dotted #ccc;background:url(../images/xxp.png) no-repeat; background-position:left center; padding-left:10px;}
.tab_list1 .bd li .date{ float:right;}
/*按钮*/
.tab_list1 .arrow{ display:none; position:absolute; right:10px; top:0; }
.tab_list1 .arrow a{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
		cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat; }
.tab_list1 .arrow .next{ background-position:0 -50px;  }
.tab_list1 .arrow .prevStop{ background-position:-60px 0; }
.tab_list1 .arrow .nextStop{ background-position:-60px -50px; }